From 6613e1be2cf37d33c22e2f4f536462e780f71219 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 17 Jun 2010 00:13:21 +0000 Subject: [PATCH] Automate generation of translation files. --- Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 73a8e5ffa..e8ce5ad41 100644 --- a/Makefile.in +++ b/Makefile.in @@ -349,11 +349,14 @@ mac-gui: gpsbabel file gpsbabel | grep '2 architectures' || exit 1 file gui/objects/gpsbabelfe-bin.app/Contents/MacOS/gpsbabelfe-bin | grep '2 architectures' || exit 1 cd gui ; qmake && xcodebuild - lupdate - lrelease + cd gui ; lupdate app.pro + cd gui ; lrelease app.pro + mkdir gui/objects/gpsbabelfe-bin.app/Contents/MacOS/lang + cp gui/*.qm gui/objects/gpsbabelfe-bin.app/Contents/MacOS/lang cp gpsbabel gui/objects/gpsbabelfe-bin.app/Contents/MacOS cp -r gui/help gui/objects/gpsbabelfe-bin.app/Contents/MacOS cp gui/gmapbase.html gui/objects/gpsbabelfe-bin.app/Contents/MacOS + tools/mac-localize # Build the Qt front end, place GPSBabel in the right place, deploy all # the libs. -- 2.30.2